Skip to content

Commit 4ff90e6

Browse files
committed
fix docker ports | 2
1 parent 517f45f commit 4ff90e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infrastructure/docker-compose.run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
env_file:
77
- ../.env
88
ports:
9-
- "${SERVER_PORT_CONFERENCES}:8000"
9+
- ${SERVER_PORT_CONFERENCES}:8000
1010
volumes:
1111
- opencon-logs:/var/log/opencon
1212

@@ -16,7 +16,7 @@ services:
1616
env_file:
1717
- ../.env
1818
ports:
19-
- "${SERVER_PORT_PUSH_NOTIFICATIONS}:8080"
19+
- ${SERVER_PORT_PUSH_NOTIFICATIONS}:8080
2020
volumes:
2121
- opencon-logs:/var/log/opencon
2222

@@ -26,7 +26,7 @@ services:
2626
env_file:
2727
- ../.env
2828
ports:
29-
- "${SERVER_PORT_TELEGRAM}:8080"
29+
- ${SERVER_PORT_TELEGRAM}:8080
3030
volumes:
3131
- opencon-logs:/var/log/opencon
3232

0 commit comments

Comments
 (0)