[add] code-server
This commit is contained in:
parent
2d615f191a
commit
5fd946c04d
11 changed files with 144 additions and 43 deletions
|
|
@ -1,13 +1,13 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
tiddly:
|
||||
image: tiddlywiki:5.2.0
|
||||
build: .
|
||||
container_name: tiddlywiki-docker
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/quodatum:/app
|
||||
ports:
|
||||
- 8088:8080
|
||||
env_file: ./.env
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
tiddly:
|
||||
image: tiddlywiki:5.2.0
|
||||
build: .
|
||||
container_name: tiddlywiki-docker
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/quodatum:/app
|
||||
ports:
|
||||
- 8088:8080
|
||||
env_file: ./.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue