WIP: Switch to NixOS #5
1 changed files with 17 additions and 15 deletions
|
@ -1,4 +1,6 @@
|
|||
mariadb:
|
||||
version: "3"
|
||||
services:
|
||||
mariadb:
|
||||
container_name: mariadb
|
||||
image: mariadb
|
||||
environment:
|
||||
|
@ -11,6 +13,6 @@ mariadb:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
networks:
|
||||
db:
|
||||
external: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue