Skip to content

Commit 51e872d

Browse files
author
David Baum
committed
add restart option to ui docker file
1 parent 8c42574 commit 51e872d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
#version: "3.4"
22
#services:
33
app:
4+
restart: always
45
image: php:7.1.11-apache
56
volumes:
67
- ./:/var/www/html
78
ports:
89
- "8082:80"
910

10-
#docker compose up
11+
# docker-compose up

0 commit comments

Comments
 (0)