update docker compose
This commit is contained in:
parent
623319da42
commit
c4a8020f0b
|
@ -156,9 +156,9 @@ services:
|
||||||
dnslink-api:
|
dnslink-api:
|
||||||
# uncomment "build" and comment out "image" to build from sources
|
# uncomment "build" and comment out "image" to build from sources
|
||||||
# build:
|
# build:
|
||||||
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
|
# context: https://github.com/SkynetLabs/webportal-dnslink-api.git#master
|
||||||
# dockerfile: ./packages/dnslink-api/Dockerfile
|
# dockerfile: Dockerfile
|
||||||
image: skynetlabs/dnslink-api
|
image: skynetlabs/webportal-dnslink-api:0.1.0
|
||||||
container_name: dnslink-api
|
container_name: dnslink-api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
Reference in New Issue