Skip to content

Instantly share code, notes, and snippets.

View nioperas06's full-sized avatar

Junior Gantin nioperas06

View GitHub Profile
@nioperas06
nioperas06 / docker-compose.yml
Created December 1, 2023 23:05
Docker swarm demo
version: '3.2'
services:
db:
image: mariadb:10.6.4-focal
command: '--default-authentication-plugin=mysql_native_password'
volumes:
- db_data:/var/lib/mysql
networks:
- my-network