1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

Fixes wrong dependency in docker-compose (#154)

This commit is contained in:
Kovah 2020-09-21 23:28:18 +02:00
parent a93d1b8b33
commit d077600182
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -33,7 +33,7 @@ services:
- "0.0.0.0:80:8080"
#- "0.0.0.0:443:8443"
depends_on:
- php
- app
volumes:
- linkace_app:/app
- ./nginx.conf:/opt/bitnami/nginx/conf/server_blocks/linkace.conf:ro