更新 'docker-compose.yaml'
parent
cbd7bf0c51
commit
ad0b44050c
|
@ -4,6 +4,6 @@ services:
|
||||||
container_name: go-playground
|
container_name: go-playground
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:18000:8000
|
- 127.0.0.1:8888:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf.json:/src/conf.json
|
- ./conf.json:/src/conf.json
|
||||||
|
|
Loading…
Reference in New Issue