Compare commits

..

1 Commits

3 changed files with 2 additions and 6 deletions

0
.config.php Executable file → Normal file
View File

View File

@ -77,8 +77,6 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- type: bind
source: ./.config.development.php
target: /opt/uoj/web/app/.config.php
- ./.config.development.php:/opt/uoj/web/app/.config.php
ports:
- "80:80"

View File

@ -53,8 +53,6 @@ services:
volumes:
- ./uoj_data/web/data:/var/uoj_data
- ./uoj_data/web/storage:/opt/uoj/web/app/storage
- type: bind
source: ./.config.php
target: /opt/uoj/web/app/.config.php
- ./.config.php:/opt/uoj/web/app/.config.php
ports:
- "80:80"