This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ services:
|
|||||||
|
|
||||||
mistox-server:
|
mistox-server:
|
||||||
container_name: mistox_server
|
container_name: mistox_server
|
||||||
image: mistox-website:latest
|
image: docker.mistox.net/mistox-website:latest
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- PaymentService=${Payment_Service}
|
- PaymentService=${Payment_Service}
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
|
|
||||||
mistox-database:
|
mistox-database:
|
||||||
container_name: mistox_database
|
container_name: mistox_database
|
||||||
image: mistox-sql:latest
|
image: docker.mistox.net/mistox-sql:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/lib/mysql
|
- ./data:/var/lib/mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user