don't add a command

This commit is contained in:
Antonio J. Delgado 2022-11-19 13:24:01 +02:00
parent 62f2d28e1d
commit ec6c3588a4

View file

@ -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