first commit from PC
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
keeweb:
|
||||
deploy:
|
||||
replicas: 3
|
||||
restart: always
|
||||
image: antelle/keeweb:latest
|
||||
command: nginx
|
||||
volumes:
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
ports:
|
||||
- 8888:80
|
||||
- 8443:443
|
||||
Reference in New Issue
Block a user