mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
Change image tag (:latest) in master branch
This commit is contained in:
parent
b1509c3f6a
commit
eb61038fd2
@ -11,7 +11,7 @@ services:
|
||||
- db
|
||||
- mq
|
||||
env_file: .env
|
||||
image: nopaque:development
|
||||
image: nopaque:latest
|
||||
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: nopaqued:development
|
||||
image: nopaqued:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
|
Loading…
Reference in New Issue
Block a user