mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2024-11-01 08:31:45 +01:00
use service name for dns
This commit is contained in:
parent
353430ff83
commit
07213e8135
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@ version: "2"
|
|||
services:
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
container_name: my_mariadb
|
||||
expose:
|
||||
- 3306
|
||||
volumes:
|
||||
|
@ -21,7 +20,7 @@ services:
|
|||
volumes:
|
||||
- ${VOLUME_PATH}/backup:/backup
|
||||
environment:
|
||||
- MYSQL_HOST=my_mariadb
|
||||
- MYSQL_HOST=mariadb
|
||||
- MYSQL_USER=root
|
||||
- MYSQL_PASS=${MARIADB_ROOT_PASSWORD}
|
||||
- MAX_BACKUPS=1
|
||||
|
@ -30,4 +29,4 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
data:
|
||||
data:
|
||||
|
|
Loading…
Reference in a new issue