mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-14 18:35:08 +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:
|
||||
- nextcloud-setup-network
|
||||
volumes:
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix
|
||||
environment:
|
||||
DISPLAY: ":0"
|
||||
# volumes:
|
||||
# - /tmp/.X11-unix:/tmp/.X11-unix
|
||||
# environment:
|
||||
# DISPLAY: ":0"
|
||||
|
||||
# We don't need the volumes are we don't want to persist any data
|
||||
db:
|
||||
|
|
Loading…
Add table
Reference in a new issue