Skip to content

Commit d1ce40c

Browse files
author
David Baum
committed
fix docker compose
1 parent 857d00b commit d1ce40c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ services:
1919
depends_on:
2020
- db
2121
frontend:
22-
restart: always
23-
image: php:7.1.11-apache
22+
build: ui/
2423
volumes:
25-
- ./ui:/var/www/html
24+
- ./ui:/var/www/html/ui
2625
ports:
27-
- "8082:8082"
26+
- "8082:80"
2827
backend:
2928
build: generator2/org.getaviz.generator/
3029
restart: always

0 commit comments

Comments
 (0)