updated cookbooks for ansible

This commit is contained in:
2020-04-24 15:16:18 -07:00
parent 8b38e6c93b
commit 26ab737392
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ services:
- bookstack-db:/var/lib/mysql
networks:
- admin_web
command: --max_allowed_packet=32505856
environment:
MYSQL_ROOT_PASSWORD: ${BOOKSTACK_MYSQL_ROOT_PASSWORD}
MYSQL_USER: bookstack
+1 -1
View File
@@ -7,7 +7,7 @@
# Version 1
################################################################################
version: '3.3'
version: '2'
volumes:
portainer:
+1 -1
View File
@@ -5,7 +5,7 @@
# Make sure the .env file is updated
# docker-compose up -d
###############################################################################
version: '3.3'
version: '2'
networks:
web: