snibox: remove container name
This commit is contained in:
parent
bfeda44a0c
commit
138ffe082a
|
@ -14,7 +14,6 @@ services:
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: snibox/snibox:latest
|
image: snibox/snibox:latest
|
||||||
container_name: snibox
|
|
||||||
command: sh -c "rm -rf tmp/pids && ./bin/rails s -p 3000 -b '0.0.0.0'"
|
command: sh -c "rm -rf tmp/pids && ./bin/rails s -p 3000 -b '0.0.0.0'"
|
||||||
env_file:
|
env_file:
|
||||||
- snibox.env
|
- snibox.env
|
||||||
|
|
Loading…
Reference in New Issue