mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-11 00:03:02 +03:00
feat: scren nginx, let's use a volume
This commit is contained in:
parent
d669ff4437
commit
82715775df
1 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ services:
|
|||
container_name: "sqrtminusone.xyz"
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
# - 8080:8080
|
||||
- 8081:8000
|
||||
volumes:
|
||||
- sqrtminusone_serve:/usr/share/nginx/html
|
||||
volumes:
|
||||
sqrtminusone_serve: {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue