1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-14 03:32:01 +02:00

Correct simple docker-compose file

This commit is contained in:
Kovah 2021-03-25 20:50:36 +01:00
parent 397010af6b
commit 787f4631f0
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -17,7 +17,7 @@ services:
# --- LinkAce Image with PHP 7.4 and nginx
app:
image: linkace/linkace:php-nginx
image: linkace/linkace:simple
restart: unless-stopped
depends_on:
- db