update docker compose

This commit is contained in:
Matthew Sevey 2022-05-25 10:55:46 -04:00
parent 623319da42
commit c4a8020f0b
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 3 additions and 3 deletions

View File

@ -156,9 +156,9 @@ services:
dnslink-api:
# uncomment "build" and comment out "image" to build from sources
# build:
# context: https://github.com/SkynetLabs/skynet-webportal.git#master
# dockerfile: ./packages/dnslink-api/Dockerfile
image: skynetlabs/dnslink-api
# context: https://github.com/SkynetLabs/webportal-dnslink-api.git#master
# dockerfile: Dockerfile
image: skynetlabs/webportal-dnslink-api:0.1.0
container_name: dnslink-api
restart: unless-stopped
logging: *default-logging