feat(go): expose server port on container
This commit is contained in:
parent
8c69de4529
commit
acbfc3e45c
@ -28,5 +28,7 @@ services:
|
||||
target: go
|
||||
image: 'joaodubas/addressex:go'
|
||||
hostname: go
|
||||
ports:
|
||||
- '9000:9000'
|
||||
entrypoint: sleep
|
||||
command: infinity
|
||||
|
Loading…
x
Reference in New Issue
Block a user