This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
neupos-server
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix pos
release
xiaohanzi
3 years ago
parent
f5965744f3
commit
f328a05020
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
docker-compose.yml
+ 5
- 5
docker-compose.yml
View File
@@ -1,10 +1,10 @@
version: "3"
services:
#
redis:
#
image: redis:alpine
#
restart: always
#
networks:
#
- backend
redis:
image: redis:alpine
restart: always
networks:
- backend
config:
build:
context: ./config-server
Write
Preview
Loading…
Cancel
Save