mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
Improve the Docker stack
This commit is contained in:
parent
0dbed9480e
commit
db14a85707
@ -26,7 +26,7 @@ services:
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- .:/app
|
||||
- .:/app:delegated
|
||||
- ./resources/docker/php/php.ini:/opt/bitnami/php/etc/conf.d/php.ini:ro
|
||||
|
||||
# --- nginx 1.14
|
||||
@ -38,7 +38,7 @@ services:
|
||||
depends_on:
|
||||
- php
|
||||
volumes:
|
||||
- .:/app
|
||||
- .:/app:delegated
|
||||
- ./resources/docker/nginx/site.conf:/opt/bitnami/nginx/conf/vhosts/site.conf:ro
|
||||
|
||||
# --- Redis 4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user