removed exposing ports from compose.yaml

This commit is contained in:
Simon Ziegler
2025-02-04 22:23:35 +01:00
parent 56e905bbda
commit d202060c44

View File

@@ -2,8 +2,6 @@ services:
app:
image: z1glr/golunteer:latest
build: .
ports:
- 80:80
volumes:
- database:/usr/bin/app/data
- logs:/usr/bin/app/logs
@@ -21,4 +19,5 @@ volumes:
driver_opts:
type: none
device: "./logs"
o: bind
o: bind