Add expose 80 to docker-compose

This commit is contained in:
2026-02-22 15:37:00 +00:00
parent 1aff1a0857
commit bf7cc4cb1d

View File

@@ -1,16 +1,13 @@
services:
app:
piggy-bank:
container_name: nonograms-app
build:
context: .
dockerfile: Dockerfile
ports:
- "8081:80"
build: .
restart: unless-stopped
# Uncomment the following lines if you want to mount the configuration locally for development/testing
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
# ports:
# - "8081:80"
expose:
- "80"
networks:
- npm_public