Create primegrading docker with nginx and html
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
primegrading:
|
||||
image: primegrading:latest
|
||||
container_name: primegrading
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
# Access to proxy network
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user