- Expose port in docker container
- Update changelogjenkins_upload_packages opengnsys_devel-1.5.4
parent
56ff5c0936
commit
e4287b97a6
|
@ -1,4 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## [0.9.4] - 2025-03-17
|
||||||
|
### Fixed
|
||||||
|
- Mercure service behind nginx server for containers, expose port in docker compose for nginx
|
||||||
|
|
||||||
## [0.9.3] - 2025-03-17
|
## [0.9.3] - 2025-03-17
|
||||||
### Fixed
|
### Fixed
|
||||||
- Mercure service behind nginx server for containers
|
- Mercure service behind nginx server for containers
|
||||||
|
|
|
@ -20,6 +20,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
- 8443:443
|
- 8443:443
|
||||||
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ogpublic:/var/www/html/public:cached
|
- ogpublic:/var/www/html/public:cached
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue