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 env_file: .env
volumes: volumes:
- ./bookstack_db_data:/config - ./bookstack_db_data:/config
expose: ports:
- 3306:3306 - "3306:3306"
bookstack: bookstack:
image: linuxserver/bookstack image: linuxserver/bookstack
@ -72,8 +72,8 @@ services:
- bookstack-db - bookstack-db
volumes: volumes:
- ./bookstack_data:/config - ./bookstack_data:/config
expose: ports:
- 80:80 - "80:80"
networks: networks:
default: default: