Renamed volumes
This commit is contained in:
@@ -36,8 +36,8 @@ services:
|
|||||||
- "${HOST_HTTP_PORT}:80"
|
- "${HOST_HTTP_PORT}:80"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Nextcloud-Application:/var/www/html
|
- Application:/var/www/html
|
||||||
- Nextcloud-UserData:/var/www/html/data
|
- UserData:/var/www/html/data
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
@@ -57,22 +57,22 @@ services:
|
|||||||
- nextcloud-nfs-net
|
- nextcloud-nfs-net
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- Nextcloud-Database:/var/lib/mysql
|
- Database:/var/lib/mysql
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
nextcloud-nfs-net:
|
nextcloud-nfs-net:
|
||||||
public:
|
public:
|
||||||
external: true
|
external: true
|
||||||
volumes:
|
volumes:
|
||||||
Nextcloud-Application:
|
Application:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-UserData:
|
UserData:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Nextcloud-Database:
|
Database:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
onRemove: retain
|
onRemove: retain
|
||||||
Reference in New Issue
Block a user