Docker-Composer-Datei wurden um die Oberfläche erweitert.

This commit is contained in:
2021-04-16 21:47:23 +02:00
parent b43b6382d7
commit ec22f42623
+7 -1
View File
@@ -23,4 +23,10 @@ services:
- 8091:80 - 8091:80
volumes: volumes:
- ./api:/var/www - ./api:/var/www
- logs:/var/www/logs - logs:/var/www/logs
ui:
build: ./ui/
ports:
- 80:80
depends_on:
- api