Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: '3.3'
- services:
- db:
- image: mysql:8.0
- environment:
- MYSQL_ROOT_PASSWORD: mypassword
- ports:
- - 3306:3306
- volumes:
- - ./mysql-epay:/var/lib/mysql
- networks:
- - microsrv
- logging:
- driver: json-file
- deploy:
- restart_policy:
- condition: on-failure
- networks:
- microsrv:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement