Spaces:
Runtime error
Runtime error
Evan Yang
commited on
Commit
•
538274f
1
Parent(s):
e16f7a5
fix: remove unused volume from yml
Browse files- docker-compose.yml +0 -1
docker-compose.yml
CHANGED
@@ -12,7 +12,6 @@ services:
|
|
12 |
- redis
|
13 |
volumes:
|
14 |
- ./websurfx/:/etc/xdg/websurfx/
|
15 |
-
- ./public/:/opt/websurfx/public/
|
16 |
redis:
|
17 |
image: redis:latest
|
18 |
ports:
|
|
|
12 |
- redis
|
13 |
volumes:
|
14 |
- ./websurfx/:/etc/xdg/websurfx/
|
|
|
15 |
redis:
|
16 |
image: redis:latest
|
17 |
ports:
|