removed exposing ports from compose.yaml
This commit is contained in:
@@ -2,8 +2,6 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: z1glr/golunteer:latest
|
image: z1glr/golunteer:latest
|
||||||
build: .
|
build: .
|
||||||
ports:
|
|
||||||
- 80:80
|
|
||||||
volumes:
|
volumes:
|
||||||
- database:/usr/bin/app/data
|
- database:/usr/bin/app/data
|
||||||
- logs:/usr/bin/app/logs
|
- logs:/usr/bin/app/logs
|
||||||
@@ -22,3 +20,4 @@ volumes:
|
|||||||
type: none
|
type: none
|
||||||
device: "./logs"
|
device: "./logs"
|
||||||
o: bind
|
o: bind
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user