Last modified by Alexandru Pentilescu on 2023/06/25 18:56

From version 54.1
edited by Alexandru Pentilescu
on 2022/06/15 21:02
Change comment: There is no comment for this version
To version 55.1
edited by Alexandru Pentilescu
on 2022/06/15 22:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,7 +54,7 @@
54 54  # ---------------------------------------------------------------------------
55 55  version: '2'
56 56  networks:
57 - bridge:
57 + internal_xwiki_network:
58 58   driver: bridge
59 59  services:
60 60   # The container that runs XWiki + Tomcat
... ... @@ -78,8 +78,8 @@
78 78   volumes:
79 79   - ./data/xwiki-data:/usr/local/xwiki
80 80   networks:
81 - internal_xwiki_network:
82 - ipv4_address: 192.168.80.3
81 + - internal_xwiki_network
82 +
83 83   # The container that runs the database (mariadb)
84 84   db:
85 85   image: "mariadb:10.5"
... ... @@ -103,8 +103,7 @@
103 103   - MYSQL_PASSWORD=${DB_PASSWORD}
104 104   - MYSQL_DATABASE=${DB_DATABASE}
105 105   networks:
106 - internal_xwiki_network:
107 - ipv4_address: 192.168.80.4
106 + - internal_xwiki_network
108 108  
109 109  networks:
110 110   internal_xwiki_network: