Remove unessicary ports

This commit is contained in:
Owen Schwartz 2025-01-07 21:25:49 -05:00
parent 9d46897584
commit c4df0dc44e
2 changed files with 0 additions and 6 deletions

View file

@ -5,9 +5,6 @@ services:
image: fosrl/pangolin:1.0.0-beta.1
container_name: pangolin
restart: unless-stopped
ports:
- 3001:3001
- 3000:3000
volumes:
- ./config:/app/config
healthcheck:

View file

@ -3,9 +3,6 @@ services:
image: fosrl/pangolin:1.0.0-beta.1
container_name: pangolin
restart: unless-stopped
ports:
- 3001:3001
- 3000:3000
volumes:
- ./config:/app/config
healthcheck: