Switch back to standard mount

This commit is contained in:
Joey Hafner 2023-04-06 12:49:55 -07:00
parent 7490bd1099
commit bb6201935f

View File

@ -23,8 +23,8 @@ services:
- "11935:1935" # Livestream RTMP port
volumes:
- assets:/app/client/dist
- nas:/data
#- ${PEERTUBE_DATA_VOLUME}:/data
#- nas:/data
- ${PEERTUBE_DATA_VOLUME}:/data
- ${PEERTUBE_CONFIG_VOLUME}:/config
labels:
- "traefik.http.routers.peertube.rule=Host(`video.jafner.net`)"
@ -79,9 +79,9 @@ networks:
volumes:
assets:
nas:
driver: local
driver_opts:
type: cifs
device: //192.168.50.1/AppData
o: "user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0"
#nas:
# driver: local
# driver_opts:
# type: cifs
# device: //192.168.50.1/AppData
# o: "user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0"