docker
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
container_name: meineordi-web
|
container_name: meineordi-web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "8094:80"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-qO-", "http://localhost/"]
|
test: ["CMD", "wget", "-qO-", "http://localhost/"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user