update docker compose
This commit is contained in:
parent
26d255bee7
commit
526445f499
|
@ -57,9 +57,9 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
# 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-nginx.git#main
|
||||||
# dockerfile: ./docker/nginx/Dockerfile
|
# dockerfile: Dockerfile
|
||||||
image: skynetlabs/nginx
|
image: skynetlabs/webportal-nginx:0.1.0
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
Reference in New Issue