Fixed docker container not restarting
This commit is contained in:
parent
8bb6e2a8c0
commit
9702a16705
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
# image: pixelated:testing
|
|
||||||
container_name: pixelated-web
|
container_name: pixelated-web
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue