1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-26 07:38:36 -06:00

Added image to docker hub

This commit is contained in:
Sayantan Santra 2022-11-04 01:39:53 -05:00
parent 55cd69f1f2
commit 6ad4c8b44d

View file

@ -1,7 +1,7 @@
version: "3"
services:
url:
image: registry.gitlab.com/sintan1729/simply-shorten:latest
image: sintan1729/simply-shorten:latest
restart: unless-stopped
container_name: simply-shorten
ports:
@ -16,10 +16,10 @@ services:
networks:
- proxy
volumes:
db:
networks:
proxy:
external: true