File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,16 +2,15 @@ version: '3.8'
22
33services :
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 :
You can’t perform that action at this time.
0 commit comments