don't add a command
This commit is contained in:
parent
62f2d28e1d
commit
ec6c3588a4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
containers.podman.podman_container:
|
containers.podman.podman_container:
|
||||||
name: app_mastodon
|
name: app_mastodon
|
||||||
image: "tootsuite/mastodon"
|
image: "tootsuite/mastodon"
|
||||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
#command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||||
publish:
|
publish:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
restart_policy: on-failure
|
restart_policy: on-failure
|
||||||
|
|
Loading…
Reference in a new issue