mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -9,7 +9,7 @@ services:
|
||||
- /share/docker_data/bookstack/bookstack_app_data:/config
|
||||
ports:
|
||||
- 6875:80
|
||||
restart: always
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
depends_on:
|
||||
- db
|
||||
labels:
|
||||
@ -35,4 +35,4 @@ services:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_db_data:/config
|
||||
restart: always
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
|
Reference in New Issue
Block a user