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