mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 23:58:35 -06:00
Added image to docker hub
This commit is contained in:
parent
55cd69f1f2
commit
6ad4c8b44d
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
url:
|
url:
|
||||||
image: registry.gitlab.com/sintan1729/simply-shorten:latest
|
image: sintan1729/simply-shorten:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: simply-shorten
|
container_name: simply-shorten
|
||||||
ports:
|
ports:
|
||||||
|
@ -16,10 +16,10 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue