This commit is contained in:
DoTheEvo 2023-06-24 20:11:52 +02:00
parent 2e04d43415
commit 8644ba3106
1 changed files with 4 additions and 4 deletions

View File

@ -59,8 +59,8 @@ services:
env_file: .env
volumes:
- ./bookstack_db_data:/config
expose:
- 3306:3306
ports:
- "3306:3306"
bookstack:
image: linuxserver/bookstack
@ -72,8 +72,8 @@ services:
- bookstack-db
volumes:
- ./bookstack_data:/config
expose:
- 80:80
ports:
- "80:80"
networks:
default: