Small tweaks in docker-compose file #37

Merged
gregdel merged 1 commits from updateDockerCompose into master 2020-12-03 22:01:56 +00:00

View File

@ -19,7 +19,7 @@ services:
- ./db.env
app:
image: canapeapp:latest
image: odwrtw/canapeapp:latest
container_name: canapeapp
restart: always
depends_on:
@ -30,7 +30,7 @@ services:
- 127.0.0.1:3000:3000
volumes:
- ../config.yml:/etc/canapeapp.yml:ro
- img-volume:/home/img
- img-volume:/opt/build/public/img
links:
- database
env_file: