Fisk compose: external mreža ntech-net, bez izloženog porta

This commit is contained in:
2026-06-24 23:32:18 +02:00
parent 4713d5aeff
commit 673ec5fd2a
+6 -2
View File
@@ -3,10 +3,14 @@ services:
image: ghcr.io/dalibor31/ntech-fisk:latest image: ghcr.io/dalibor31/ntech-fisk:latest
container_name: teron_mock container_name: teron_mock
restart: unless-stopped restart: unless-stopped
ports:
- "4566:4566"
volumes: volumes:
- teron-data:/app/data - teron-data:/app/data
networks:
- ntech-net
volumes: volumes:
teron-data: teron-data:
networks:
ntech-net:
external: true