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