Skip to content

Commit 2437d9c

Browse files
authored
Update docker-compose.yml
1 parent bdf9266 commit 2437d9c

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

docker-compose.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ version: '3.8'
22

33
services:
44
amnezia_panel:
5-
image: prvtpro/amnezia-panel:1.4.0
5+
image: prvtpro/amnezia-panel:1.4.3
66
container_name: amnezia_panel
7-
# To connect the (Traefik) balancer, assign one network to both containers and uncomment the labels by replacing the domain with your own.
8-
# labels:
9-
# - traefik.enable=true
10-
# - traefik.http.routers.amnezia_panel.entrypoints=web,websecure
11-
# - traefik.http.routers.amnezia_panel.rule=Host(`amnezia.domain`)
12-
# - traefik.http.services.amnezia_panel.loadbalancer.server.port=5000
7+
138
ports:
149
- "${APP_PORT:-5000}:5000"
10+
11+
volumes:
12+
- amnezia_data:/app/data # путь внутри контейнера
13+
1514
restart: unless-stopped
1615

1716
healthcheck:
@@ -20,3 +19,6 @@ services:
2019
timeout: 10s
2120
retries: 3
2221
start_period: 40s
22+
23+
volumes:
24+
amnezia_data:

0 commit comments

Comments
 (0)