Switch back to standard mount
This commit is contained in:
parent
8bd747c793
commit
2e2c562550
@ -23,8 +23,8 @@ services:
|
|||||||
- "11935:1935" # Livestream RTMP port
|
- "11935:1935" # Livestream RTMP port
|
||||||
volumes:
|
volumes:
|
||||||
- assets:/app/client/dist
|
- assets:/app/client/dist
|
||||||
- nas:/data
|
#- nas:/data
|
||||||
#- ${PEERTUBE_DATA_VOLUME}:/data
|
- ${PEERTUBE_DATA_VOLUME}:/data
|
||||||
- ${PEERTUBE_CONFIG_VOLUME}:/config
|
- ${PEERTUBE_CONFIG_VOLUME}:/config
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.peertube.rule=Host(`video.jafner.net`)"
|
- "traefik.http.routers.peertube.rule=Host(`video.jafner.net`)"
|
||||||
@ -79,9 +79,9 @@ networks:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
assets:
|
assets:
|
||||||
nas:
|
#nas:
|
||||||
driver: local
|
# driver: local
|
||||||
driver_opts:
|
# driver_opts:
|
||||||
type: cifs
|
# type: cifs
|
||||||
device: //192.168.50.1/AppData
|
# device: //192.168.50.1/AppData
|
||||||
o: "user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0"
|
# o: "user=user,pass=resu,uid=1000,gid=1000,_netdev,vers=3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user