Remove unnnecesary ports

This commit is contained in:
koalasat
2025-02-12 20:38:50 +01:00
parent 8f2ad0a3ea
commit 70f15959cb

View File

@ -5,9 +5,6 @@ services:
build:
context: .
dockerfile: Dockerfile
ports:
- '80:80'
- '443:443'
restart: always
volumes:
- ./nginx/conf/:/etc/nginx/conf.d/:ro