mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 15:21:24 +09:00
revert docker-compose.yml
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
mariadb:
|
mysql:
|
||||||
image: mariadb:11.8
|
image: mariadb:11.4
|
||||||
logging:
|
logging:
|
||||||
driver: none
|
driver: none
|
||||||
command: ["--max-allowed-packet=512M"]
|
command: ["--max-allowed-packet=512M"]
|
||||||
@@ -43,7 +43,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
environment:
|
environment:
|
||||||
PMA_HOST: mariadb
|
PMA_HOST: mysql
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user