rename images

This commit is contained in:
Patrick Jentsch 2020-10-29 18:09:36 +01:00
parent 4052991b08
commit 5d1a01358f

View File

@ -11,7 +11,7 @@ services:
- db
- mq
env_file: .env
image: nopaque/web
image: nopaque:development
restart: unless-stopped
volumes:
- "${NOPAQUE_DATA_DIR:-/mnt/nopaque}:${NOPAQUE_DATA_DIR:-/mnt/nopaque}"
@ -27,7 +27,7 @@ services:
- db
- nopaque
env_file: .env
image: nopaque/daemon
image: nopaqued:development
restart: unless-stopped
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"