Compare commits

..

3 Commits

Author SHA1 Message Date
542d004198 add restart for cocalc 2020-10-25 18:09:09 -05:00
d4a6a13d66 upgrade nextcloud to 20.0.0 2020-10-09 13:01:53 -05:00
c00ec78319 limit pma access to local network only 2020-10-09 12:55:56 -05:00

View File

@@ -13,6 +13,7 @@ services:
# - 0.0.0.0:8752:443
networks:
- shnet
restart: unless-stopped
swag:
image: linuxserver/swag
@@ -106,14 +107,14 @@ services:
- shnet
cloud:
image: linuxserver/nextcloud
image: linuxserver/nextcloud:20.0.0-ls102
container_name: cloud
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
# ports:
# - 4443:443
# - 192.168.1.107:4443:443
restart: unless-stopped
volumes:
- /home/nam/Data/CloudData:/data
@@ -147,6 +148,6 @@ services:
# - PMA_USER=root
# - PMA_PASSWORD=a141592-Z
# ports:
# - 0.0.0.0:8081:80
# - 192.168.1.107:8081:80
# networks:
# - shnet