rename container remove volume
This commit is contained in:
parent
cf7d23f3d4
commit
3aa4d72dcd
@ -5,10 +5,11 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: my-hugo-app:production
|
||||
container_name: static-site
|
||||
ports:
|
||||
- "8080:80"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NGINX_PORT=80
|
||||
volumes:
|
||||
- ./public:/usr/share/nginx/html:ro # Optional, for debugging
|
||||
# volumes:
|
||||
# - ./public:/usr/share/nginx/html:ro # Optional, for debugging
|
Loading…
x
Reference in New Issue
Block a user