Compare commits

...

7 Commits
main ... prod

1 changed files with 11 additions and 7 deletions

View File

@ -3,5 +3,9 @@ services:
image: nginx:alpine image: nginx:alpine
volumes: volumes:
- ./src:/usr/share/nginx/html:ro - ./src:/usr/share/nginx/html:ro
ports: networks:
- "8080:80" - public
restart: unless-stopped
networks:
public:
external: true