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