update
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
container_name: hello-nginx
|
||||
build: .
|
||||
image: hello-dokploy:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8082:80"
|
||||
volumes:
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
# no volumes here
|
||||
# ports: ["8080:80"] # only if you’re not behind a proxy
|
||||
Reference in New Issue
Block a user