Use new local docker server
Docker Build and Release Upload / build (push) Successful in 4s

This commit is contained in:
2025-07-10 20:25:52 +00:00
parent bd4b4bc837
commit 34e4328050
+2 -2
View File
@@ -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