Update nextfamhistweb/docker-compose.yml

remove ports as connection is via container name; port should NOT be 8888
This commit is contained in:
2025-11-27 15:44:42 +00:00
parent b2c0b23b6b
commit 9cb4fe51ea

View File

@@ -6,8 +6,8 @@ services:
# constraints: [node.role == worker]
replicas: 1
restart: on-failure
ports:
- 8888:80
# ports:
# - 8888:80
volumes:
- nas-share:/usr/local/apache2/htdocs
networks: