mirror of
https://github.com/ION606/sharing.git
synced 2026-05-14 21:56:54 +00:00
bridge fix
This commit is contained in:
+10
-1
@@ -95,9 +95,18 @@ services:
|
||||
shlink-db:
|
||||
condition: service_healthy
|
||||
|
||||
shlink-adapter:
|
||||
build: ./shlink-adapter
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
SHLINK_BASE: "http://shlink:8080"
|
||||
SHLINK_API_KEY: "${SHLINK_API_KEY}"
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: false
|
||||
driver: bridge
|
||||
|
||||
volumes:
|
||||
privatebin-data:
|
||||
|
||||
Reference in New Issue
Block a user