fix(campfire): correct port comment from 3000 to 80 in Docker Compose file
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
parent
1c30bda221
commit
57976e4d6d
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# category: messaging
|
# category: messaging
|
||||||
# tags: campfire,chat,communication,rails,once,basecamp,37signals
|
# tags: campfire,chat,communication,rails,once,basecamp,37signals
|
||||||
# logo: svgs/once-campfire.png
|
# logo: svgs/once-campfire.png
|
||||||
# port: 3000
|
# port: 80
|
||||||
|
|
||||||
services:
|
services:
|
||||||
campfire:
|
campfire:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue