mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Comment out display mount in usage scenario
This commit is contained in:
parent
1c614073c2
commit
121d022f49
1 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- nextcloud-setup-network
|
- nextcloud-setup-network
|
||||||
volumes:
|
# volumes:
|
||||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
# - /tmp/.X11-unix:/tmp/.X11-unix
|
||||||
environment:
|
# environment:
|
||||||
DISPLAY: ":0"
|
# DISPLAY: ":0"
|
||||||
|
|
||||||
# We don't need the volumes are we don't want to persist any data
|
# We don't need the volumes are we don't want to persist any data
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Add table
Reference in a new issue