fixes / optimisations
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user