Remove some stray comments from docker-compose.yml
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
omnibot:
|
omnibot:
|
||||||
#image: "elixir:1.10"
|
|
||||||
build: .
|
build: .
|
||||||
#environment:
|
|
||||||
#MIX_ENV: prod
|
|
||||||
env_file: docker.env
|
env_file: docker.env
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/app"
|
- ".:/app"
|
||||||
working_dir: "/app"
|
working_dir: "/app"
|
||||||
restart: always
|
restart: always
|
||||||
#entrypoint: "mix local.hex --force; mix run --no-halt"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user