Skip to content

Commit 6d16fdb

Browse files
committed
Do not expose agent port on host + simplify docker-compose file
1 parent 9d6bc69 commit 6d16fdb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ version: '3'
22

33
services:
44
nginx:
5-
build: ./services/nginx
5+
build: services/nginx
66
ports:
77
- "8080:80"
88
volumes:
99
- ./app:/var/www
1010
nginx-compiled:
11-
build: ./services/nginx-compiled
11+
build: services/nginx-compiled
1212
ports:
1313
- "8081:80"
1414
volumes:
1515
- ./app:/var/www
1616
redirectionio-agent:
17-
build: ./services/redirectionio-agent
18-
ports:
19-
- "10301:10301"
17+
build: services/redirectionio-agent

0 commit comments

Comments
 (0)