1
0
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:
Kovah 2019-09-16 22:21:13 +02:00
parent 0dbed9480e
commit db14a85707
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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