fixes / optimisations

This commit is contained in:
Arseniy Kuznetsov
2024-07-07 10:37:54 +01:00
parent 9511059c9a
commit 31da7c444e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ services:
mktxp: mktxp:
container_name: mktxp container_name: mktxp
image: ghcr.io/akpw/mktxp:latest image: ghcr.io/akpw/mktxp:latest
user: mktxp user: root
volumes: volumes:
- './mktxp/:/home/mktxp/mktxp/' - './mktxp/:/root/mktxp/'
networks: networks:
mktxp: null mktxp: null
restart: unless-stopped restart: unless-stopped
+2 -2
View File
@@ -9,9 +9,9 @@ services:
mktxp: mktxp:
container_name: mktxp container_name: mktxp
image: ghcr.io/akpw/mktxp:latest image: ghcr.io/akpw/mktxp:latest
user: mktxp user: root
volumes: volumes:
- './mktxp/:/home/mktxp/mktxp/' - './mktxp/:/root/mktxp/'
networks: networks:
mktxp: null mktxp: null
restart: unless-stopped restart: unless-stopped
+2 -2
View File
@@ -9,9 +9,9 @@ services:
mktxp: mktxp:
container_name: mktxp container_name: mktxp
image: ghcr.io/akpw/mktxp:latest image: ghcr.io/akpw/mktxp:latest
user: mktxp user: root
volumes: volumes:
- './mktxp/:/home/mktxp/mktxp/' - './mktxp/:/root/mktxp/'
networks: networks:
mktxp: null mktxp: null
restart: unless-stopped restart: unless-stopped