update docker compose

This commit is contained in:
Matthew Sevey 2022-05-25 15:25:23 -04:00
parent 26d255bee7
commit 526445f499
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 3 additions and 3 deletions

View File

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